home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 2010 April
/
PCWorld0410.iso
/
pluginy Firefox
/
56118
/
56118.xpi
/
chrome
/
content
/
common
/
about.xul
next >
Wrap
Extensible Markup Language
|
2009-12-21
|
1KB
|
31 lines
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
<window class="dialog"
title="About Bccth.is For Firefox"
orient="vertical"
autostretch="always"
onload="sizeToContent()"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
<groupbox align="center" orient="horizontal">
<vbox>
<text value="Bccth.is For Firefox" style="font-weight: bold; font-size: x-large;"/>
<separator class="thin"/>
<text value="Vendor:" style="font-weight: bold;"/>
<text value="BCCTHIS, LLC" class="url"
onclick="window.open('http://www.bccthis.com'); window.close();"/>
<separator class="thin"/>
<text value="Description:" style="font-weight: bold;"/>
<text value="Provides a button and to easily tweet from any site using Bccth.is"/>
</vbox>
<spring flex="1"/>
<image src="chrome://ffbccthis-common/skin/bccthis48.png"/>
</groupbox>
<hbox>
<spacer flex="1"/>
<button label="Close" oncommand="window.close();"/>
</hbox>
</window>